ServiceGetOutOfOffice Method (EmailAddress) |
Gets Out of Office settings for the specified mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic OutOfOfficeResponse GetOutOfOffice(
EmailAddress emailAddress
)
Public Function GetOutOfOffice (
emailAddress As EmailAddress
) As OutOfOfficeResponse
Parameters
- emailAddress
- Type: Independentsoft.ExchangeEmailAddress
The SMTP address of the user for which to retrieve OOF settings.
Return Value
Type:
OutOfOfficeResponseThe OOF settings for the specified mailbox.
See Also